Method WhereDescendantsOf(long, int?)

Assembly: redb.Core.dll

All descendants of specified object (recursive).
Uses SQL operator $descendantsOf.

public override IRedbQueryable<TProps> WhereDescendantsOf(long ancestorId, int? maxDepth = null)